home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / ERRBARED.DFM / ERRBARED.txt
Encoding:
Text File  |  1998-10-24  |  1.8 KB  |  95 lines

  1. object ErrorSeriesEditor: TErrorSeriesEditor
  2.   Left = 267
  3.   Top = 128
  4.   ActiveControl = BPen
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 186
  8.   ClientWidth = 237
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 26
  20.     Top = 43
  21.     Width = 56
  22.     Height = 13
  23.     Alignment = taRightJustify
  24.     Caption = 'Error &Width:'
  25.     FocusControl = SEBarwidth
  26.   end
  27.   object SEBarwidth: TEdit
  28.     Left = 89
  29.     Top = 40
  30.     Width = 32
  31.     Height = 21
  32.     HelpContext = 201
  33.     TabOrder = 0
  34.     Text = '0'
  35.     OnChange = SEBarwidthChange
  36.   end
  37.   object BPen: TButton
  38.     Left = 7
  39.     Top = 7
  40.     Width = 75
  41.     Height = 25
  42.     HelpContext = 199
  43.     Caption = 'Error &Pen...'
  44.     TabOrder = 1
  45.     OnClick = BPenClick
  46.   end
  47.   object RGWidthUnit: TRadioGroup
  48.     Left = 151
  49.     Top = 4
  50.     Width = 74
  51.     Height = 65
  52.     HelpContext = 202
  53.     Caption = 'Width Units:'
  54.     Items.Strings = (
  55.       'P&ercent'
  56.       'P&ixels')
  57.     TabOrder = 2
  58.     OnClick = RGWidthUnitClick
  59.   end
  60.   object UDBarWidth: TUpDown
  61.     Left = 121
  62.     Top = 40
  63.     Width = 15
  64.     Height = 21
  65.     TabOrder = 3
  66.     Associate = SEBarwidth
  67.   end
  68.   object RGStyle: TRadioGroup
  69.     Left = 8
  70.     Top = 78
  71.     Width = 217
  72.     Height = 81
  73.     Caption = 'Style:'
  74.     Columns = 2
  75.     Items.Strings = (
  76.       '&Left'
  77.       '&Right'
  78.       'Left &and Right'
  79.       '&Top'
  80.       '&Bottom'
  81.       'T&op and Bottom')
  82.     TabOrder = 4
  83.     OnClick = RGStyleClick
  84.   end
  85.   object CBColorEach: TCheckBox
  86.     Left = 8
  87.     Top = 168
  88.     Width = 113
  89.     Height = 17
  90.     Caption = '&Color Each Point'
  91.     TabOrder = 5
  92.     OnClick = CBColorEachClick
  93.   end
  94. end
  95.